gtkimcontextime.c: Fix call to gtk_style_context_get()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 17 Nov 2017 07:30:20 +0000 (15:30 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 21 Nov 2017 06:16:06 +0000 (14:16 +0800)
commit824837486bd65dde264001e9e6a5d07c6dbdb742
tree51f72841c7b6e27b0989aa74ac64d98fa9ed7354
parentc82378ea578eeed3ea4676443fb761812336f8bb
gtkimcontextime.c: Fix call to gtk_style_context_get()

The state argument was removed in commit 1518fe0 (API: stylecontext:
Remove state argument from getters), but we missed updating this file
until commit 5b94fe6 (stylecontext: Make first property name explicit),
as the compiler did not issue any warnings on the (now-defunct) usage.

https://bugzilla.gnome.org/show_bug.cgi?id=773299
modules/input/gtkimcontextime.c